docs(adr): ADR-0076 rev.8 — keep the metadata-protocol name (resolve Open Question #7)#2431
Merged
Conversation
…ta-protocol name; no rename) Per maintainer decision: keep the already-published `@objectstack/metadata-protocol` package name. Renaming churns downstream for ~0 benefit. The `protocol` suffix is a deliberate, low-cost naming exception — the real contract lives in `@objectstack/spec/api`, not the impl package. - D10: replace the "rename → metadata-runtime" clause with "name retained; content converges to the metadata-management impl". - Open Question #7: resolved (keep the name; README note to clarify impl-vs-contract). - Status: rev.8; notes D9 step-1 (interface segmentation) shipped in #2429. Docs only; empty changeset. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Per maintainer decision: keep the already-published
@objectstack/metadata-protocolname — do not rename. Resolves ADR-0076 Open Question #7.metadata-protocol→metadata-runtime" clause is replaced with name retained; the package's content still converges to the metadata-management impl at the cross-repo window (only the rename is dropped).Why
Renaming a published package churns downstream for ~0 benefit. The
protocolsuffix on an impl package is a deliberate, low-cost naming exception — the real contract lives in@objectstack/spec/api(the segmentedDataProtocol/MetadataProtocol/… interfaces), which is correctly named; the impl package name is cosmetic.Scope
Docs only — edits
docs/adr/0076-objectql-core-tiering.md. No code. Empty changeset.🤖 Generated with Claude Code